Bitmap for WPF
Create(RenderTarget,Triangle[]) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Mesh クラス > Create メソッド : Create(RenderTarget,Triangle[]) メソッド
an instance of RenderTarget
An array of Trianglestructures that describe the triangles to add to this mesh.
Create a mesh that uses triangles to describe a shape and populates it with triangles.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal triangles() As Triangle _
) As Mesh
public static Mesh Create( 
   RenderTarget renderTarget,
   Triangle[] triangles
)

パラメータ

renderTarget
an instance of RenderTarget
triangles
An array of Trianglestructures that describe the triangles to add to this mesh.
参照

Mesh クラス
Mesh メンバ
オーバーロード一覧